3.352 \(\int \frac {\tanh (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\)

Optimal. Leaf size=29 \[ \text {Int}\left (\frac {\tanh (c+d x)}{(e+f x) (a+b \sinh (c+d x))},x\right ) \]

[Out]

Unintegrable(tanh(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\tanh (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Tanh[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Defer[Int][Tanh[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])), x]

Rubi steps

\begin {align*} \int \frac {\tanh (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx &=\int \frac {\tanh (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 16.49, size = 0, normalized size = 0.00 \[ \int \frac {\tanh (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Tanh[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Integrate[Tanh[c + d*x]/((e + f*x)*(a + b*Sinh[c + d*x])), x]

________________________________________________________________________________________

fricas [A]  time = 0.50, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\tanh \left (d x + c\right )}{a f x + a e + {\left (b f x + b e\right )} \sinh \left (d x + c\right )}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="fricas")

[Out]

integral(tanh(d*x + c)/(a*f*x + a*e + (b*f*x + b*e)*sinh(d*x + c)), x)

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

maple [A]  time = 0.36, size = 0, normalized size = 0.00 \[ \int \frac {\tanh \left (d x +c \right )}{\left (f x +e \right ) \left (a +b \sinh \left (d x +c \right )\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

int(tanh(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\tanh \left (d x + c\right )}{{\left (f x + e\right )} {\left (b \sinh \left (d x + c\right ) + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="maxima")

[Out]

integrate(tanh(d*x + c)/((f*x + e)*(b*sinh(d*x + c) + a)), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {\mathrm {tanh}\left (c+d\,x\right )}{\left (e+f\,x\right )\,\left (a+b\,\mathrm {sinh}\left (c+d\,x\right )\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(c + d*x)/((e + f*x)*(a + b*sinh(c + d*x))),x)

[Out]

int(tanh(c + d*x)/((e + f*x)*(a + b*sinh(c + d*x))), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\tanh {\left (c + d x \right )}}{\left (a + b \sinh {\left (c + d x \right )}\right ) \left (e + f x\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

Integral(tanh(c + d*x)/((a + b*sinh(c + d*x))*(e + f*x)), x)

________________________________________________________________________________________